}// end space constructor public override string ToString() { if(piece == null) return "EMPTY"; return piece.ToString(); }