Represent coordinate as a printable string (x: #, y: #, z: #).
@override String toString() { return "(x:$x, y:$y, z:$z)"; }