Human-readable string representation for debugging
Example output: "GridCellx=5, y=3"
x=5, y=3
@override String toString() => 'GridCell[x=$x, y=$y]';