Represents a chess piece with a specific type and color.
The color of the chess piece (WHITE or BLACK).
The type of the chess piece (e.g., PAWN, KNIGHT).
Returns a single-character string representation of the piece. Uppercase for white, lowercase for black.