public override toString() as String:
Returns a readable representation of the vector.
Text formatted as Vector(x, y).
Vector(x, y)
print(Vector<Double>(3.0, 4.0).toString())