Workout name in activity fit file is an array of strings instead of a single string

When parsing an activity fit file recorded with my forerunner255, I received an array of strings for the workout name. Per the documentation, it should be a single string. 

raw_messages['workout_mesgs'][0]['wkt_name'] = ['SL 5x5 A', '', 'iceps with COOLDOWN']

It looks like some stale data is being returned.
I also see this problem with other fields. 

raw_messages['exercise_title_mesgs'][2]['wkt_step_name'] = ['Barbell Back Squat', '', '', 'Pool Swim', '', 'U\x01<', '', 'e\n\x14Sna\x1dsho\x05', '', '', '', '', '\x1c', '\x06']