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