Jeff, I found an answer for you while playing with some of the code.
This change will allow you to sort the groups by their groupid.
Open
showroster.php
Find:
Code:
$t = strtoupper($user['title']);
Replace with:
Code:
$t = strtoupper($user['usergroupid']);
Then upload the updated
showroster.php to your site.
FYI - Anyone that wants support, you need to click Install.