public override string ToString() { return(string.Format("BoardState (coord = x{0}y{1}, playerId = {2}, score = {3}\n\n{4})", move.column, move.row, move.playerId, score, board.ToString())); }