Populating Dropdown Values

I have a Order Status combo box with the following values All Orders, Accepted, Declined, Gateway Error, Offline, Refunded and Unknown.

What is the best approach to populate the dropdown values? Should I store it in a table or define it in as an array in a OrderStatus class? TIA