-- make list into an array so we can call array methods on it
set theArray to current application's NSArray's arrayWithArray:myChoices
-- set our property to sorted list
set my theData to theArray's sortedArrayUsingSelector:"localizedStandardCompare:"
theArray’s contents have a binding to the delegate for the model key theData.