Returns string representation of the Pair including its first and second values.
@override String toString() { return "($first, $second)"; }