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