Eric, you will need to modify ow_system_plugins/base/controllers/user_list.php. That is where all the list types come from:
public static function getMenu( $activeListType )
In addition to this you will need to create a separate files where you will be processing gender information
in
ow_system_plugins/base/bol ( similar to user_online.php and user_online_dao.php but this time with the code to save/fetch gender data).
Overall, this modification can not be done by changing a couple of lines within one file, therefore I can not provide you with more detailed information.