@property
    def text(self):
        if self._text is None:
            self._text = self.get_text()
        return self._text