There are certain alerts and error events that will refer to a Group UINameSpace ID, in order to convert this to the Group Display Name you can use the following SQL Query against your OperationsManager database.
select FullName,DisplayName from basemanagedentity
where FullName like ‘%<UINameSpaceID>.Group’