Default print method for any hv_data subclass. Subclasses may
override this with a more informative implementation (see
print.hv_survival() for an example), but all fall back to this when
no specific method is registered.
Usage
# S3 method for class 'hv_data'
print(x, ...)