@Override
public String toString ()

Overriding: java.lang.Object

Returns a non-empty string representation of this OptionalDouble suitable for debugging. The exact presentation format is unspecified and may vary between implementations and versions.

Returns:  the string representation of this instance

@implSpec If a value is present the result must include its string representation in the result. Empty and present OptionalDoubles must be unambiguously differentiable.