SELECT count(gender) male_num,round(avg(gpa),1) avg_gpa
FROM user_profile
WHERE gender = 'male';