Textual Representation of Work Hours Tracking

Hello everyone, in the sensors.yaml file, my working hours are tracked, indicating how long I’ve been at work. I also display it graphically. Is there a way to display it textually as well?

  - platform: history_stats   
    name: Wie lange bleibt Alex im SRF
    entity_id: person.alex_peter
    state: 'Alex_Arbeit'
    type: time
    start: "{{ now().replace(hour=0, minute=0, second=0) }}"
    end: "{{ now() }}"

image

Is there a way to display it in text format, similar to the example?
image