How do I extract activity name from .fit using Java Garmin Fit Library?

Hi,

Is there a way to extract "Activity Name" (the name for the route which is generally manually inputted) from a .fit file using the Java library?

I've been able to extract track points along with all the information below using the gamin fit library- but I can't seem to find where the "Activity Name" is declared in the documentation.

    "distance": 46729.15,
    "startingAltitude": -1.6,
    "elapsedTime": 6941.0,
    "timerTime": 5940.0,
    "movingTime": 5940.0,
    "startTime": 1606915550000,
    "endTime": 1606922491000,
    "avgPower": 240,
    "maxPower": 765,
    "avgHeartRate": 0,
    "maxHeartRate": 0,
    "ascent": 44,
    "descent": 37,
    "minAltitude": -32.8,
    "maxAltitude": 18.8,
    "maxCadence": 95,
    "avgCadence": 80,
    "maxSpeed": 12.374,
    "avgSpeed": 7.866,
    "maxTemperature": 14,
    "avgTemperature": 6,
    "calories": 542