Assigning text value to specific beacons and recalling them

I’m designing an app for a local museum where a specific beacon displays information about a specific painting. Is there a way I can assign a text value to specific beacons. For example, using the Proximity App Template I can display the details of the nearest beacons.

self.label.text = “You’re in (beaconDetails.beaconName)'s range!”

However I want the text on the label to change with each beacon instead of always being “You’re in ------ 's range”

I would greatly appreciate any pointers I can get. Thanks for taking the time to read my question.