public override toString() as String:
Returns a readable representation of the point.
Text formatted as Point(x, y).
Point(x, y)
print(Point<Double>(1.0, 2.0).toString())