Override the toString method to provide a string representation of the object.
@override String toString() { return "MessageHeader${toJson()}"; }