Returns a string representation of the status update.
@override String toString() { return '${Helpers.getTypeName(StatusUpdate)}: createdAt = $createdAt, category = $category, description = $description'; }