if self.data.get('perms') != {} and isinstance(self.data.get('perms'), dict):
            output = output + ", perms=" + str(sorted(self.data.get('perms').items(), key=lambda x: x[0]))