@TypeConverter
    fun habitDaysToString(daysList: List<DayOfWeek?>?): String {
        return gson.toJson(daysList)
    }