There’s an extra parenthesis at the third line
here is the correct code
$limit = get_option('posts_per_page');
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$my_query =new WP_query($query_string . 'showposts=' . $limit . '&paged=' . $paged .'&orderby=numero_socio&order=asc');