if (ageRange != null) {
            return listOf(ageRange[0].toInt(), ageRange[1].toInt())
        }