Returns a string representation of the NotificationContent instance.
NotificationContent
@override String toString() { return toMap().toString().replaceAll(',', ',\n'); }