PersistentDataModel: Remove implicit conversion from coral::AttributeList.
AthenaAttributeList was allowing an implicit conversion from coral::AttributreList. This was seen to be causing copies to be made of an AttributeList where this was not intended. Make the AthenaAttributeList conversion constructor explicit.