public static function get_lesson_options_for_select_list() {

        $lessons = self::get_posts( 'lesson' );

        $options = array();