def get_user(self, obj):
        user = obj.eventuser_set.first()
        if user is None:
            return None
        return user.user