@TypeConverter
    fun notificationTypeToJson(type: Notification.NotificationType?): String = gson.toJson(type)