Hi,
in the menu item of type Easy Profile->Users List and in Users List module you will find a parameter called "Custom SQL Where". This parameter allow you to put a static filter based on SQL Where.
For example you can show all users from a usergroup with syntax like this:
group_id IN (5)
replace "5" with the if od your preferred usergroup, you can find ID of usergroup from Users->Usergroups
Docs about "Custom SQL Where" at
http://docs.easy-profile.com/index.php/article/sql-custom-where