@TypeConverter
    fun habitEntityListToString(habitsList: List<HabitEntity?>?): String {
        return gson.toJson(habitsList)
    }