public function _get_methods_for_select($params = [])
    {
        $cache_name = 'user_modules_for_select';
        $data = cache_get($cache_name);
        if ( ! $data) {