Generates a string representation of this result object.
If this result object has not been initialized, the string is "(invalid result)". Otherwise, if
Success is True, then the string is the stringification of the
Status and
Value. If
Success is False, then it is just the stringification of
Status.
ReturnsA string representation of this OVRResult<TStatus>