def represent_bool(self, data):
        if data:
            value = 'true'
        else:
            value = 'false'