If you do not have a ton of usergroups I suggest simply using substitutions in a Custom HTML field as follows to avoid extra resource overhead of doing a query.
[cb:if usergroup includes "8"]
Super Users
[cb:elseif usergroup includes "7"]Administrator[/cb:elseif]
[cb:elseif usergroup includes "6"]Manager[/cb:elseif]
[cb:elseif usergroup includes "5"]Publisher[/cb:elseif]
[cb:elseif usergroup includes "4"]Editor[/cb:elseif]
[cb:elseif usergroup includes "3"]Author[/cb:elseif]
[cb:elseif usergroup includes "2"]Registered[/cb:elseif]
[/cb:if]
The above if specifically checking the group id, which you can find in Users > Groups from Joomla backend. Note support for ELSEIF substitution usage was just recently added. See the below blog for further details.
www.joomlapolis.com/blog/kyle/18708-substitution-power-up
I'll be updating the below substitution tutorial soon with the new functionality.
www.joomlapolis.com/documentation/279-community-builder/tutorials/18353-using-substitutions-throughout-cb